home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / uemlsrc.arc / cc.ini < prev    next >
Text File  |  1987-08-24  |  4KB  |  70 lines

  1. /* cc.ini file for cc.prg and uemail.prg
  2.  * the first ten are used by the cc or link commands. the aliases must
  3.  * be spelled as they are here and must be in lower case. change the
  4.  * path names to match your set-up.
  5.  */
  6. source=e:\                      /* C, lnk, and 68K files        */
  7. include=d:\stdlib.h\            /* headers      */
  8. temp=m:\                        /* temporary files, o files, and final prg  */
  9. symb=c:\bin\                    /* as68symb.dat */
  10. bin=c:\bin\                     /* compilers, assembler, linker, and loader */
  11. syslib=c:\bin\                  /* library directory    */
  12. linkfile=xemacs                 /* filename of link command file        */
  13. float=                          /* flag for floating point -f, -e or nil*/
  14. warn=
  15. dolink=0                        /* if 1, call linker after compiling file[s] */
  16. delete=1                        /* delete I, S, 68K files? 1==YES       */
  17. /* the next two are used by shell */
  18. shell=c:\util\pcommand.prg      /* shell program        */
  19. xmodem=c:\comm\bmodem.ttp       /* xmodem program       */
  20. cc=c:\bin\cc.prg
  21. extmac=c:\uemail\extmac.prg
  22. /* these are not used and if not needed, may be deleted */
  23. home=c:\uemail\                 /* where it all began   */
  24. root=c:\                        /* boot directory       */
  25. assembly=d:\assembly.s\         /* assembly sources     */
  26. etc=c:\util\                    /* utility programs     */
  27. comm=c:\comm\                   /* communications       */
  28. arc=c:\util\arc.ttp             /* arc cruncher         */
  29. vt100=c:\comm\vt100.tos         /* small vt100 prog     */
  30. /* set up colors the way I like. aliases and color names must be lower
  31.  * case.  additional colors are grey, magenta, teal, green, yellow, and
  32.  * white. cobalt is a deep blue. if colors are not aliased, you get
  33.  * white on black as default.
  34.  */
  35. border=black                    /* color #0             */
  36. cursor=red                      /* color #1             */
  37. desk=cobalt                     /* color #2             */
  38. letter=black                    /* color #3             */
  39. /* function key bindings for uemail.ttp The F must be upper case */
  40. F1=setmark                      /* sets the mark */
  41. F2=listbuffers                  /* lists current buffers */
  42. F3=filename                     /* change current filename */
  43. F4=writeregion                  /* write text between point and mark to file */
  44. F5=fileinsert                   /* insert file at point */
  45. F6=fileread                     /* read file into current buffer */
  46. F7=filevisit                    /* visit (find) a file */
  47. F8=filewrite                    /* write out buffer to named file */
  48. F9=filesave                     /* save current buffer if changed */
  49. F10=quickexit                   /* save all changed buffers and exit */
  50. /* Number pad bindings for uemail.ttp. the N must be upper case as must
  51.  * the word NENTER.
  52.  */
  53. N(=backword                     /* backward word */
  54. N)=forwword                     /* forward word */
  55. N/=grtw                         /* globally remove trailing whitespace */
  56. N*=retversion                   /* return current version to message line */
  57. N7=gotobol                      /* goto beginning of line */
  58. N8=gotoeol                      /* goto end of line */
  59. N9=rettpa                       /* return usage to message line */
  60. N-=pageback                     /* back by one text page (60 lines default) */
  61. N4=backsent                     /* goto beginning of sentence */
  62. N5=forwsent                     /* goto end of sentence */
  63. N6=unkncom                      /* unknown */
  64. N+=pageforw                     /* forward by one text page */
  65. N1=gotbop                       /* goto beginning of paragraph (blank line) */
  66. N2=goteop                       /* goto end of paragraph (blank line) */
  67. N3=unkncom                      /* unknown */
  68. N.=forwdel                      /* delete character under cursor */
  69. NENTER=indent                   /* newline and indent */
  70.